home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / resbox.dir / Internal_21_Quit Button.ls < prev    next >
Encoding:
Text File  |  2004-12-23  |  167 b   |  10 lines

  1. on mouseDown
  2.   global gOrigLevel, gOrigColor
  3.   set the soundLevel to gOrigLevel
  4.   set the colorDepth to gOrigColor
  5.   tell the stage
  6.     quit()
  7.   end tell
  8.   quit()
  9. end
  10.